home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000173_news@newsmaster….columbia.edu _Tue Jun 2 05:53:41 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id FAA07770
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 2 Jun 1998 05:53:40 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id FAA00667
  7.     for kermit.misc@watsun; Tue, 2 Jun 1998 05:53:40 -0400 (EDT)
  8. Path: news.columbia.edu!newsfeed.nyu.edu!news.idt.net!news-peer-east.sprintlink.net!news-peer.sprintlink.net!news-backup-east.sprintlink.net!news.sprintlink.net!209.90.0.8!alpha.sky.net!newshub.cts.com!newshub.nosc.mil!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit for DOS Lockup Problems
  12. Message-ID: <ded0vT5Q2vdD@cc.usu.edu>
  13. Date: 1 Jun 98 21:45:27 MDT
  14. References: <3572C5AA.EDB12434@inxpress.net>
  15. Organization: Utah State University
  16. Lines: 46
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8842
  18.  
  19. In article <3572C5AA.EDB12434@inxpress.net>, Bob Hartung <bhartung@inxpress.net> writes:
  20. > HELP!
  21. > I am trying to use Kermit version 3 with the MSK315 patch on DOS PC's on
  22. > a Novell 4.11 ethernet LAN running Novell's VLM 1.21 clients. We also
  23. > use Novell's DHCP to allocate addresses.
  24. > We want to use Kermit to telnet to an RS/6000 AIX unix host on the same
  25. > LAN. We have been using Novell's LAN WorkGroup for DOS but we need to
  26. > retire it.
  27. > I have been getting numerous and repeated complaints of lockups on
  28. > several of the PC's using Kermit. By lockup, my users actually mean that
  29. > they experience both PC lockup (system won't respond to any input and
  30. > needs rebooting) to loosing the connection to the RS/6000 and ending up
  31. > at the "Kermit" prompt.
  32. > I am relying on Kermit to provide TCP/IP connectivity via the Novell ODI
  33. > driver. Is there some kind of setting in either the MSCUSTOM.INI or
  34. > MSKERMIT.INI files that need to be set in order to maintain a connection
  35. > to a local host?
  36. ----------
  37.     I can say confidently, it's not Kermit. That leaves just about 
  38. everything else to consider, oh joy. Start with the lan adapter, and its
  39. settings. If it is a "parallel tasking" device then please use one that
  40. isn't; they have designed-in difficulties. Look at your lan to see if
  41. broadcast traffic is well out of control, and if there are stations using
  42. the IP address of a Kermit client. And at switches, which if in full duplex
  43. mode will drop frames like crazy in the fast to slow direction. And if you
  44. are using shim ODIPKT then remove it because MSK is a native ODI speaker.
  45. Interrupt (IRQ) conflicts are fatal, so eliminate that possibility too.
  46. TSRs that hog the machine are also fatal, the first and most infamous
  47. being plain old DOS PRINT; they don't release the system so that other
  48. components can respond to real time events. Finally the short list includes
  49. not running another TCP/IP stack on the machine at the same time; that's
  50. fratracide.
  51.     We hope you are not running MSK in a Windows DOS box without
  52. shims ODIPKT plus WINPKT. That's a mandatory combination for the DOS box
  53. environment.
  54.     VLM 1.21 is normally just fine. There can be memory management
  55. troubles, of course, and flakey memory itself, but those normally afflict
  56. the IPX side of the house and not Kermit's TCP/IP (the ODI drivers are
  57. not loaded above 1MB, but VLMs are).
  58.     Beyond this standard advice we would need more detail about the
  59. systems, after you do fine tooth combing of them.
  60.     Joe D.